public static interface GetExtensionAssociationResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetExtensionAssociationResponse.Builder,GetExtensionAssociationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExtensionAssociationResponse.Builder |
arn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
GetExtensionAssociationResponse.Builder |
extensionArn(String extensionArn)
The ARN of the extension defined in the association.
|
GetExtensionAssociationResponse.Builder |
extensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
|
GetExtensionAssociationResponse.Builder |
id(String id)
The system-generated ID for the association.
|
GetExtensionAssociationResponse.Builder |
parameters(Map<String,String> parameters)
The parameter names and values defined in the association.
|
GetExtensionAssociationResponse.Builder |
resourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExtensionAssociationResponse.Builder id(String id)
The system-generated ID for the association.
id - The system-generated ID for the association.GetExtensionAssociationResponse.Builder extensionArn(String extensionArn)
The ARN of the extension defined in the association.
extensionArn - The ARN of the extension defined in the association.GetExtensionAssociationResponse.Builder resourceArn(String resourceArn)
The ARNs of applications, configuration profiles, or environments defined in the association.
resourceArn - The ARNs of applications, configuration profiles, or environments defined in the association.GetExtensionAssociationResponse.Builder arn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
arn - The system-generated Amazon Resource Name (ARN) for the extension.GetExtensionAssociationResponse.Builder parameters(Map<String,String> parameters)
The parameter names and values defined in the association.
parameters - The parameter names and values defined in the association.GetExtensionAssociationResponse.Builder extensionVersionNumber(Integer extensionVersionNumber)
The version number for the extension defined in the association.
extensionVersionNumber - The version number for the extension defined in the association.Copyright © 2023. All rights reserved.