Interface GetOciOnboardingStatusResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetOciOnboardingStatusResponse.Builder,,GetOciOnboardingStatusResponse> OdbResponse.Builder,SdkBuilder<GetOciOnboardingStatusResponse.Builder,,GetOciOnboardingStatusResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetOciOnboardingStatusResponse
@Mutable
@NotThreadSafe
public static interface GetOciOnboardingStatusResponse.Builder
extends OdbResponse.Builder, SdkPojo, CopyableBuilder<GetOciOnboardingStatusResponse.Builder,GetOciOnboardingStatusResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexistingTenancyActivationLink(String existingTenancyActivationLink) The existing OCI tenancy activation link for your Amazon Web Services account.newTenancyActivationLink(String newTenancyActivationLink) A new OCI tenancy activation link for your Amazon Web Services account.ociIdentityDomain(Consumer<OciIdentityDomain.Builder> ociIdentityDomain) The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.ociIdentityDomain(OciIdentityDomain ociIdentityDomain) The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.Sets the value of the Status property for this object.status(OciOnboardingStatus status) Sets the value of the Status property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.odb.model.OdbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
existingTenancyActivationLink
GetOciOnboardingStatusResponse.Builder existingTenancyActivationLink(String existingTenancyActivationLink) The existing OCI tenancy activation link for your Amazon Web Services account.
- Parameters:
existingTenancyActivationLink- The existing OCI tenancy activation link for your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
newTenancyActivationLink
A new OCI tenancy activation link for your Amazon Web Services account.
- Parameters:
newTenancyActivationLink- A new OCI tenancy activation link for your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ociIdentityDomain
The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.
- Parameters:
ociIdentityDomain- The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ociIdentityDomain
default GetOciOnboardingStatusResponse.Builder ociIdentityDomain(Consumer<OciIdentityDomain.Builder> ociIdentityDomain) The Oracle Cloud Infrastructure (OCI) identity domain information in the onboarding status response.
This is a convenience method that creates an instance of theOciIdentityDomain.Builderavoiding the need to create one manually viaOciIdentityDomain.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toociIdentityDomain(OciIdentityDomain).- Parameters:
ociIdentityDomain- a consumer that will call methods onOciIdentityDomain.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-