public static interface GetExtensionResponse.Builder extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetExtensionResponse.Builder,GetExtensionResponse>
| Modifier and Type | Method and Description |
|---|---|
GetExtensionResponse.Builder |
actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
GetExtensionResponse.Builder |
actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
GetExtensionResponse.Builder |
arn(String arn)
The system-generated Amazon Resource Name (ARN) for the extension.
|
GetExtensionResponse.Builder |
description(String description)
Information about the extension.
|
GetExtensionResponse.Builder |
id(String id)
The system-generated ID of the extension.
|
GetExtensionResponse.Builder |
name(String name)
The extension name.
|
GetExtensionResponse.Builder |
parameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
GetExtensionResponse.Builder |
versionNumber(Integer versionNumber)
The extension version number.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetExtensionResponse.Builder id(String id)
The system-generated ID of the extension.
id - The system-generated ID of the extension.GetExtensionResponse.Builder name(String name)
The extension name.
name - The extension name.GetExtensionResponse.Builder versionNumber(Integer versionNumber)
The extension version number.
versionNumber - The extension version number.GetExtensionResponse.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.GetExtensionResponse.Builder description(String description)
Information about the extension.
description - Information about the extension.GetExtensionResponse.Builder actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.GetExtensionResponse.Builder actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
actions - The actions defined in the extension.GetExtensionResponse.Builder parameters(Map<String,Parameter> parameters)
The parameters accepted by the extension. You specify parameter values when you associate the extension to an
AppConfig resource by using the CreateExtensionAssociation API action. For Lambda extension
actions, these parameters are included in the Lambda request object.
parameters - The parameters accepted by the extension. You specify parameter values when you associate the
extension to an AppConfig resource by using the CreateExtensionAssociation API action.
For Lambda extension actions, these parameters are included in the Lambda request object.Copyright © 2023. All rights reserved.