Package com.oracle.bmc.lockbox.model
Class ExportAccessRequestsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.lockbox.model.ExportAccessRequestsDetails.Builder
-
- Enclosing class:
- ExportAccessRequestsDetails
public static class ExportAccessRequestsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportAccessRequestsDetails
build()
ExportAccessRequestsDetails.Builder
copy(ExportAccessRequestsDetails model)
ExportAccessRequestsDetails.Builder
lockboxId(String lockboxId)
The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable.ExportAccessRequestsDetails.Builder
timeCreatedAfter(Date timeCreatedAfter)
Date and time after which access requests were created, as described in RFC 3339ExportAccessRequestsDetails.Builder
timeCreatedBefore(Date timeCreatedBefore)
Date and time before which access requests were created, as described in RFC 3339s
-
-
-
Method Detail
-
lockboxId
public ExportAccessRequestsDetails.Builder lockboxId(String lockboxId)
The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable.- Parameters:
lockboxId
- the value to set- Returns:
- this builder
-
timeCreatedAfter
public ExportAccessRequestsDetails.Builder timeCreatedAfter(Date timeCreatedAfter)
Date and time after which access requests were created, as described in RFC 3339- Parameters:
timeCreatedAfter
- the value to set- Returns:
- this builder
-
timeCreatedBefore
public ExportAccessRequestsDetails.Builder timeCreatedBefore(Date timeCreatedBefore)
Date and time before which access requests were created, as described in RFC 3339s- Parameters:
timeCreatedBefore
- the value to set- Returns:
- this builder
-
build
public ExportAccessRequestsDetails build()
-
copy
public ExportAccessRequestsDetails.Builder copy(ExportAccessRequestsDetails model)
-
-