Interface OciIdentityDomain.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OciIdentityDomain.Builder,,OciIdentityDomain> SdkBuilder<OciIdentityDomain.Builder,,OciIdentityDomain> SdkPojo
- Enclosing class:
OciIdentityDomain
@Mutable
@NotThreadSafe
public static interface OciIdentityDomain.Builder
extends SdkPojo, CopyableBuilder<OciIdentityDomain.Builder,OciIdentityDomain>
-
Method Summary
Modifier and TypeMethodDescriptionaccountSetupCloudFormationUrl(String accountSetupCloudFormationUrl) The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.ociIdentityDomainId(String ociIdentityDomainId) The unique identifier of the OCI identity domain.ociIdentityDomainResourceUrl(String ociIdentityDomainResourceUrl) The resource URL for accessing the OCI identity domain.ociIdentityDomainUrl(String ociIdentityDomainUrl) The URL of the OCI identity domain.The current status of the OCI identity domain.status(ResourceStatus status) The current status of the OCI identity domain.statusReason(String statusReason) Additional information about the current status of the OCI identity domain, if applicable.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
ociIdentityDomainId
The unique identifier of the OCI identity domain.
- Parameters:
ociIdentityDomainId- The unique identifier of the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ociIdentityDomainResourceUrl
The resource URL for accessing the OCI identity domain.
- Parameters:
ociIdentityDomainResourceUrl- The resource URL for accessing the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ociIdentityDomainUrl
The URL of the OCI identity domain.
- Parameters:
ociIdentityDomainUrl- The URL of the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the OCI identity domain.
- Parameters:
status- The current status of the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the OCI identity domain.
- Parameters:
status- The current status of the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusReason
Additional information about the current status of the OCI identity domain, if applicable.
- Parameters:
statusReason- Additional information about the current status of the OCI identity domain, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountSetupCloudFormationUrl
The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.
- Parameters:
accountSetupCloudFormationUrl- The Amazon Web Services CloudFormation URL for setting up the account integration with the OCI identity domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-