PolicySet |
PolicySet.Builder.build() |
|
PolicySet |
PolicySet.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
PolicySet |
PolicySet.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
PolicySet |
PolicySet.withCreatedDateTime(OffsetDateTime createdDateTime) |
Returns an immutable copy of this with just the createdDateTime
field changed.
|
PolicySet |
PolicySet.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
PolicySet |
PolicySet.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
PolicySet |
PolicySet.withErrorCode(ErrorCode errorCode) |
Returns an immutable copy of this with just the errorCode field
changed.
|
PolicySet |
PolicySet.withGuidedDeploymentTags(List<String> guidedDeploymentTags) |
Returns an immutable copy of this with just the
guidedDeploymentTags field changed.
|
PolicySet |
PolicySet.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
PolicySet |
PolicySet.withRoleScopeTags(List<String> roleScopeTags) |
Returns an immutable copy of this with just the roleScopeTags
field changed.
|
PolicySet |
PolicySet.withStatus(PolicySetStatus status) |
Returns an immutable copy of this with just the status field
changed.
|
PolicySet |
PolicySet.withUnmappedField(String name,
String value) |
|