Interface GetApplicationResponse.Builder
- All Superinterfaces:
AppConfigResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<GetApplicationResponse.Builder,
,GetApplicationResponse> SdkBuilder<GetApplicationResponse.Builder,
,GetApplicationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetApplicationResponse
@Mutable
@NotThreadSafe
public static interface GetApplicationResponse.Builder
extends AppConfigResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) The description of the application.The application ID.The application name.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
id
The application ID.
- Parameters:
id
- The application ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The application name.
- Parameters:
name
- The application name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the application.
- Parameters:
description
- The description of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-