Interface UpdateExtensionAssociationResponse.Builder
-
- All Superinterfaces:
AppConfigResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateExtensionAssociationResponse.Builder,UpdateExtensionAssociationResponse>,SdkBuilder<UpdateExtensionAssociationResponse.Builder,UpdateExtensionAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateExtensionAssociationResponse
public static interface UpdateExtensionAssociationResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<UpdateExtensionAssociationResponse.Builder,UpdateExtensionAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateExtensionAssociationResponse.Builderarn(String arn)The system-generated Amazon Resource Name (ARN) for the extension.UpdateExtensionAssociationResponse.BuilderextensionArn(String extensionArn)The ARN of the extension defined in the association.UpdateExtensionAssociationResponse.BuilderextensionVersionNumber(Integer extensionVersionNumber)The version number for the extension defined in the association.UpdateExtensionAssociationResponse.Builderid(String id)The system-generated ID for the association.UpdateExtensionAssociationResponse.Builderparameters(Map<String,String> parameters)The parameter names and values defined in the association.UpdateExtensionAssociationResponse.BuilderresourceArn(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, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
UpdateExtensionAssociationResponse.Builder id(String 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
UpdateExtensionAssociationResponse.Builder extensionArn(String 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
UpdateExtensionAssociationResponse.Builder resourceArn(String 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
UpdateExtensionAssociationResponse.Builder arn(String 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
UpdateExtensionAssociationResponse.Builder parameters(Map<String,String> 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
UpdateExtensionAssociationResponse.Builder extensionVersionNumber(Integer 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.
-
-