Interface ListServiceLevelObjectiveExclusionWindowsResponse.Builder
- All Superinterfaces:
ApplicationSignalsResponse.Builder
,AwsResponse.Builder
,Buildable
,CopyableBuilder<ListServiceLevelObjectiveExclusionWindowsResponse.Builder,
,ListServiceLevelObjectiveExclusionWindowsResponse> SdkBuilder<ListServiceLevelObjectiveExclusionWindowsResponse.Builder,
,ListServiceLevelObjectiveExclusionWindowsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListServiceLevelObjectiveExclusionWindowsResponse
@Mutable
@NotThreadSafe
public static interface ListServiceLevelObjectiveExclusionWindowsResponse.Builder
extends ApplicationSignalsResponse.Builder, SdkPojo, CopyableBuilder<ListServiceLevelObjectiveExclusionWindowsResponse.Builder,ListServiceLevelObjectiveExclusionWindowsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexclusionWindows
(Collection<ExclusionWindow> exclusionWindows) A list of exclusion windows configured for the SLO.exclusionWindows
(Consumer<ExclusionWindow.Builder>... exclusionWindows) A list of exclusion windows configured for the SLO.exclusionWindows
(ExclusionWindow... exclusionWindows) A list of exclusion windows configured for the SLO.Include this value, if it was returned by the previous operation, to get the next set of service level objectives.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
-
exclusionWindows
ListServiceLevelObjectiveExclusionWindowsResponse.Builder exclusionWindows(Collection<ExclusionWindow> exclusionWindows) A list of exclusion windows configured for the SLO.
- Parameters:
exclusionWindows
- A list of exclusion windows configured for the SLO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionWindows
ListServiceLevelObjectiveExclusionWindowsResponse.Builder exclusionWindows(ExclusionWindow... exclusionWindows) A list of exclusion windows configured for the SLO.
- Parameters:
exclusionWindows
- A list of exclusion windows configured for the SLO.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionWindows
ListServiceLevelObjectiveExclusionWindowsResponse.Builder exclusionWindows(Consumer<ExclusionWindow.Builder>... exclusionWindows) A list of exclusion windows configured for the SLO.
This is a convenience method that creates an instance of theExclusionWindow.Builder
avoiding the need to create one manually viaExclusionWindow.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexclusionWindows(List<ExclusionWindow>)
.- Parameters:
exclusionWindows
- a consumer that will call methods onExclusionWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Include this value, if it was returned by the previous operation, to get the next set of service level objectives.
</p>
- Parameters:
nextToken
- Include this value, if it was returned by the previous operation, to get the next set of service level objectives.</p>
@return Returns a reference to this object so that method calls can be chained together.
-