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, 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
-
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.Builder
avoiding the need to create one manually viaBatchUpdateExclusionWindowsError.builder()
.When the
Consumer
completes,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:
-