Interface GetRotationOverrideRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<GetRotationOverrideRequest.Builder,
,GetRotationOverrideRequest> SdkBuilder<GetRotationOverrideRequest.Builder,
,GetRotationOverrideRequest> SdkPojo
,SdkRequest.Builder
,SsmContactsRequest.Builder
- Enclosing class:
GetRotationOverrideRequest
@Mutable
@NotThreadSafe
public static interface GetRotationOverrideRequest.Builder
extends SsmContactsRequest.Builder, SdkPojo, CopyableBuilder<GetRotationOverrideRequest.Builder,GetRotationOverrideRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.rotationId
(String rotationId) The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.rotationOverrideId
(String rotationOverrideId) The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
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.services.ssmcontacts.model.SsmContactsRequest.Builder
build
-
Method Details
-
rotationId
The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.
- Parameters:
rotationId
- The Amazon Resource Name (ARN) of the overridden rotation to retrieve information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rotationOverrideId
The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.
- Parameters:
rotationOverrideId
- The Amazon Resource Name (ARN) of the on-call rotation override to retrieve information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRotationOverrideRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetRotationOverrideRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-