Interface UpdateApplicationSettingsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateApplicationSettingsResponse.Builder,
,UpdateApplicationSettingsResponse> SdkBuilder<UpdateApplicationSettingsResponse.Builder,
,UpdateApplicationSettingsResponse> SdkPojo
,SdkResponse.Builder
,SsmSapResponse.Builder
- Enclosing class:
UpdateApplicationSettingsResponse
@Mutable
@NotThreadSafe
public static interface UpdateApplicationSettingsResponse.Builder
extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationSettingsResponse.Builder,UpdateApplicationSettingsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe update message.operationIds
(String... operationIds) The IDs of the operations.operationIds
(Collection<String> operationIds) The IDs of the operations.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.ssmsap.model.SsmSapResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
message
The update message.
- Parameters:
message
- The update message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIds
The IDs of the operations.
- Parameters:
operationIds
- The IDs of the operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationIds
The IDs of the operations.
- Parameters:
operationIds
- The IDs of the operations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-