Interface BatchUpdateExclusionWindowsResponse.Builder
- All Superinterfaces:
ApplicationSignalsResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<BatchUpdateExclusionWindowsResponse.Builder,,BatchUpdateExclusionWindowsResponse> SdkBuilder<BatchUpdateExclusionWindowsResponse.Builder,,BatchUpdateExclusionWindowsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchUpdateExclusionWindowsResponse
@Mutable
@NotThreadSafe
public static interface BatchUpdateExclusionWindowsResponse.Builder
extends ApplicationSignalsResponse.Builder, SdkPojo, CopyableBuilder<BatchUpdateExclusionWindowsResponse.Builder,BatchUpdateExclusionWindowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA list of errors that occurred while processing the request.errors(Consumer<BatchUpdateExclusionWindowsError.Builder>... errors) A list of errors that occurred while processing the request.errors(BatchUpdateExclusionWindowsError... errors) A list of errors that occurred while processing the request.The list of SLO IDs that were successfully processed.sloIds(Collection<String> sloIds) The list of SLO IDs that were successfully processed.Methods inherited from interface software.amazon.awssdk.services.applicationsignals.model.ApplicationSignalsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
sloIds
The list of SLO IDs that were successfully processed.
- Parameters:
sloIds- The list of SLO IDs that were successfully processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sloIds
The list of SLO IDs that were successfully processed.
- Parameters:
sloIds- The list of SLO IDs that were successfully processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchUpdateExclusionWindowsResponse.Builder errors(Collection<BatchUpdateExclusionWindowsError> errors) A list of errors that occurred while processing the request.
- Parameters:
errors- A list of errors that occurred while processing the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
A list of errors that occurred while processing the request.
- Parameters:
errors- A list of errors that occurred while processing the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchUpdateExclusionWindowsResponse.Builder errors(Consumer<BatchUpdateExclusionWindowsError.Builder>... errors) A list of errors that occurred while processing the request.
This is a convenience method that creates an instance of theBatchUpdateExclusionWindowsError.Builderavoiding the need to create one manually viaBatchUpdateExclusionWindowsError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<BatchUpdateExclusionWindowsError>).- Parameters:
errors- a consumer that will call methods onBatchUpdateExclusionWindowsError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-