Interface UpdateApplicationSettingsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateApplicationSettingsResponse.Builder,UpdateApplicationSettingsResponse>,SdkBuilder<UpdateApplicationSettingsResponse.Builder,UpdateApplicationSettingsResponse>,SdkPojo,SdkResponse.Builder,SsmSapResponse.Builder
- Enclosing class:
- UpdateApplicationSettingsResponse
public static interface UpdateApplicationSettingsResponse.Builder extends SsmSapResponse.Builder, SdkPojo, CopyableBuilder<UpdateApplicationSettingsResponse.Builder,UpdateApplicationSettingsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateApplicationSettingsResponse.Buildermessage(String message)The update message.UpdateApplicationSettingsResponse.BuilderoperationIds(String... operationIds)The IDs of the operations.UpdateApplicationSettingsResponse.BuilderoperationIds(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, 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 Detail
-
message
UpdateApplicationSettingsResponse.Builder message(String 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
UpdateApplicationSettingsResponse.Builder operationIds(Collection<String> 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
UpdateApplicationSettingsResponse.Builder operationIds(String... 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.
-
-