Interface CreateExtensionAssociationResponse.Builder
- All Superinterfaces:
 AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateExtensionAssociationResponse.Builder,,CreateExtensionAssociationResponse> SdkBuilder<CreateExtensionAssociationResponse.Builder,,CreateExtensionAssociationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateExtensionAssociationResponse
public static interface CreateExtensionAssociationResponse.Builder
extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateExtensionAssociationResponse.Builder,CreateExtensionAssociationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe system-generated Amazon Resource Name (ARN) for the extension.extensionArn(String extensionArn) The ARN of the extension defined in the association.extensionVersionNumber(Integer extensionVersionNumber) The version number for the extension defined in the association.The system-generated ID for the association.parameters(Map<String, String> parameters) The parameter names and values defined in the association.resourceArn(String resourceArn) The ARNs of applications, configuration profiles, or environments defined in the association.Methods inherited from interface software.amazon.awssdk.services.appconfig.model.AppConfigResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
id
The system-generated ID for the association.
- Parameters:
 id- The system-generated ID for the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
extensionArn
The ARN of the extension defined in the association.
- Parameters:
 extensionArn- The ARN of the extension defined in the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
resourceArn
The ARNs of applications, configuration profiles, or environments defined in the association.
- Parameters:
 resourceArn- The ARNs of applications, configuration profiles, or environments defined in the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
arn
The system-generated Amazon Resource Name (ARN) for the extension.
- Parameters:
 arn- The system-generated Amazon Resource Name (ARN) for the extension.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
parameters
The parameter names and values defined in the association.
- Parameters:
 parameters- The parameter names and values defined in the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
extensionVersionNumber
The version number for the extension defined in the association.
- Parameters:
 extensionVersionNumber- The version number for the extension defined in the association.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -