Interface GetManagedResourceRequest.Builder
-
- All Superinterfaces:
ArcZonalShiftRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<GetManagedResourceRequest.Builder,GetManagedResourceRequest>,SdkBuilder<GetManagedResourceRequest.Builder,GetManagedResourceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetManagedResourceRequest
public static interface GetManagedResourceRequest.Builder extends ArcZonalShiftRequest.Builder, SdkPojo, CopyableBuilder<GetManagedResourceRequest.Builder,GetManagedResourceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetManagedResourceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetManagedResourceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetManagedResourceRequest.BuilderresourceIdentifier(String resourceIdentifier)The identifier for the resource that Amazon Web Services shifts traffic for.-
Methods inherited from interface software.amazon.awssdk.services.arczonalshift.model.ArcZonalShiftRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
resourceIdentifier
GetManagedResourceRequest.Builder resourceIdentifier(String resourceIdentifier)
The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.
At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
- Parameters:
resourceIdentifier- The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.At this time, supported resources are Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetManagedResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetManagedResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-