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.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.
-