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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportAccessRequestsDetailsbuild()ExportAccessRequestsDetails.Buildercopy(ExportAccessRequestsDetails model)ExportAccessRequestsDetails.BuilderlockboxId(String lockboxId)The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable.ExportAccessRequestsDetails.BuildertimeCreatedAfter(Date timeCreatedAfter)Date and time after which access requests were created, as described in RFC 3339ExportAccessRequestsDetails.BuildertimeCreatedBefore(Date timeCreatedBefore)Date and time before which access requests were created, as described in RFC 3339s
 
- 
- 
- 
Method Detail- 
lockboxIdpublic 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
 
 - 
timeCreatedAfterpublic 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
 
 - 
timeCreatedBeforepublic 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
 
 - 
buildpublic ExportAccessRequestsDetails build() 
 - 
copypublic ExportAccessRequestsDetails.Builder copy(ExportAccessRequestsDetails model) 
 
- 
 
-