Interface ApiAssociation.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ApiAssociation.Builder,ApiAssociation>
,SdkBuilder<ApiAssociation.Builder,ApiAssociation>
,SdkPojo
- Enclosing class:
- ApiAssociation
public static interface ApiAssociation.Builder extends SdkPojo, CopyableBuilder<ApiAssociation.Builder,ApiAssociation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiAssociation.Builder
apiId(String apiId)
The API ID.ApiAssociation.Builder
associationStatus(String associationStatus)
Identifies the status of an association.ApiAssociation.Builder
associationStatus(AssociationStatus associationStatus)
Identifies the status of an association.ApiAssociation.Builder
deploymentDetail(String deploymentDetail)
Details about the last deployment status.ApiAssociation.Builder
domainName(String domainName)
The domain name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
domainName
ApiAssociation.Builder domainName(String domainName)
The domain name.
- Parameters:
domainName
- The domain name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiId
ApiAssociation.Builder apiId(String apiId)
The API ID.
- Parameters:
apiId
- The API ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationStatus
ApiAssociation.Builder associationStatus(String associationStatus)
Identifies the status of an association.
-
PROCESSING: The API association is being created. You cannot modify association requests during processing.
-
SUCCESS: The API association was successful. You can modify associations after success.
-
FAILED: The API association has failed. You can modify associations after failure.
- Parameters:
associationStatus
- Identifies the status of an association.-
PROCESSING: The API association is being created. You cannot modify association requests during processing.
-
SUCCESS: The API association was successful. You can modify associations after success.
-
FAILED: The API association has failed. You can modify associations after failure.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationStatus
,AssociationStatus
-
-
associationStatus
ApiAssociation.Builder associationStatus(AssociationStatus associationStatus)
Identifies the status of an association.
-
PROCESSING: The API association is being created. You cannot modify association requests during processing.
-
SUCCESS: The API association was successful. You can modify associations after success.
-
FAILED: The API association has failed. You can modify associations after failure.
- Parameters:
associationStatus
- Identifies the status of an association.-
PROCESSING: The API association is being created. You cannot modify association requests during processing.
-
SUCCESS: The API association was successful. You can modify associations after success.
-
FAILED: The API association has failed. You can modify associations after failure.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AssociationStatus
,AssociationStatus
-
-
deploymentDetail
ApiAssociation.Builder deploymentDetail(String deploymentDetail)
Details about the last deployment status.
- Parameters:
deploymentDetail
- Details about the last deployment status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-