public static class ExportAccessRequestsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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
3339
|
ExportAccessRequestsDetails.Builder |
timeCreatedBefore(Date timeCreatedBefore)
Date and time before which access requests were created, as described in RFC
3339s
|
public ExportAccessRequestsDetails.Builder lockboxId(String lockboxId)
The unique identifier (OCID) of the lockbox box that the access request is associated with which is immutable.
lockboxId
- the value to setpublic ExportAccessRequestsDetails.Builder timeCreatedAfter(Date timeCreatedAfter)
Date and time after which access requests were created, as described in RFC 3339
timeCreatedAfter
- the value to setpublic ExportAccessRequestsDetails.Builder timeCreatedBefore(Date timeCreatedBefore)
Date and time before which access requests were created, as described in RFC 3339s
timeCreatedBefore
- the value to setpublic ExportAccessRequestsDetails build()
public ExportAccessRequestsDetails.Builder copy(ExportAccessRequestsDetails model)
Copyright © 2016–2024. All rights reserved.