Interface CustomerAgreementSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CustomerAgreementSummary.Builder,,- CustomerAgreementSummary> - SdkBuilder<CustomerAgreementSummary.Builder,,- CustomerAgreementSummary> - SdkPojo
- Enclosing class:
- CustomerAgreementSummary
- 
Method SummaryModifier and TypeMethodDescriptionacceptanceTerms(String... acceptanceTerms) Terms required to accept the agreement resource.acceptanceTerms(Collection<String> acceptanceTerms) Terms required to accept the agreement resource.agreementArn(String agreementArn) ARN of the agreement resource the customer-agreement resource represents.ARN of the customer-agreement resource.awsAccountId(String awsAccountId) AWS account Id that owns the resource.description(String description) Description of the resource.effectiveEnd(Instant effectiveEnd) Timestamp indicating when the agreement was terminated.effectiveStart(Instant effectiveStart) Timestamp indicating when the agreement became effective.Identifier of the customer-agreement resource.Name of the customer-agreement resource.organizationArn(String organizationArn) ARN of the organization that owns the resource.State of the resource.state(CustomerAgreementState state) State of the resource.terminateTerms(String... terminateTerms) Terms required to terminate the customer-agreement resource.terminateTerms(Collection<String> terminateTerms) Terms required to terminate the customer-agreement resource.Type of the customer-agreement resource.type(AgreementType type) Type of the customer-agreement resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameName of the customer-agreement resource. - Parameters:
- name- Name of the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
arnARN of the customer-agreement resource. - Parameters:
- arn- ARN of the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idIdentifier of the customer-agreement resource. - Parameters:
- id- Identifier of the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agreementArnARN of the agreement resource the customer-agreement resource represents. - Parameters:
- agreementArn- ARN of the agreement resource the customer-agreement resource represents.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
awsAccountIdAWS account Id that owns the resource. - Parameters:
- awsAccountId- AWS account Id that owns the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
organizationArnARN of the organization that owns the resource. - Parameters:
- organizationArn- ARN of the organization that owns the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
effectiveStartTimestamp indicating when the agreement became effective. - Parameters:
- effectiveStart- Timestamp indicating when the agreement became effective.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
effectiveEndTimestamp indicating when the agreement was terminated. - Parameters:
- effectiveEnd- Timestamp indicating when the agreement was terminated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateState of the resource. - Parameters:
- state- State of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateState of the resource. - Parameters:
- state- State of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionDescription of the resource. - Parameters:
- description- Description of the resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
acceptanceTermsTerms required to accept the agreement resource. - Parameters:
- acceptanceTerms- Terms required to accept the agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
acceptanceTermsTerms required to accept the agreement resource. - Parameters:
- acceptanceTerms- Terms required to accept the agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
terminateTermsTerms required to terminate the customer-agreement resource. - Parameters:
- terminateTerms- Terms required to terminate the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
terminateTermsTerms required to terminate the customer-agreement resource. - Parameters:
- terminateTerms- Terms required to terminate the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
typeType of the customer-agreement resource. - Parameters:
- type- Type of the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
typeType of the customer-agreement resource. - Parameters:
- type- Type of the customer-agreement resource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-