Interface GetAppResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAppResponse.Builder,
,GetAppResponse> SdkBuilder<GetAppResponse.Builder,
,GetAppResponse> SdkPojo
,SdkResponse.Builder
,SmsResponse.Builder
- Enclosing class:
GetAppResponse
@Mutable
@NotThreadSafe
public static interface GetAppResponse.Builder
extends SmsResponse.Builder, SdkPojo, CopyableBuilder<GetAppResponse.Builder,GetAppResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetAppResponse.Builder
appSummary
(Consumer<AppSummary.Builder> appSummary) Information about the application.appSummary
(AppSummary appSummary) Information about the application.serverGroups
(Collection<ServerGroup> serverGroups) The server groups that belong to the application.serverGroups
(Consumer<ServerGroup.Builder>... serverGroups) The server groups that belong to the application.serverGroups
(ServerGroup... serverGroups) The server groups that belong to the application.tags
(Collection<Tag> tags) The tags associated with the application.tags
(Consumer<Tag.Builder>... tags) The tags associated with the application.The tags associated with the application.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
Methods inherited from interface software.amazon.awssdk.services.sms.model.SmsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
appSummary
Information about the application.
- Parameters:
appSummary
- Information about the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appSummary
Information about the application.
This is a convenience method that creates an instance of theAppSummary.Builder
avoiding the need to create one manually viaAppSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappSummary(AppSummary)
.- Parameters:
appSummary
- a consumer that will call methods onAppSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serverGroups
The server groups that belong to the application.
- Parameters:
serverGroups
- The server groups that belong to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverGroups
The server groups that belong to the application.
- Parameters:
serverGroups
- The server groups that belong to the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverGroups
The server groups that belong to the application.
This is a convenience method that creates an instance of theServerGroup.Builder
avoiding the need to create one manually viaServerGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toserverGroups(List<ServerGroup>)
.- Parameters:
serverGroups
- a consumer that will call methods onServerGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags associated with the application.
- Parameters:
tags
- The tags associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the application.
- Parameters:
tags
- The tags associated with the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags associated with the application.
This is a convenience method that creates an instance of theTag.Builder
avoiding the need to create one manually viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-