Interface GetServiceInstanceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetServiceInstanceRequest.Builder,GetServiceInstanceRequest>,ProtonRequest.Builder,SdkBuilder<GetServiceInstanceRequest.Builder,GetServiceInstanceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetServiceInstanceRequest
public static interface GetServiceInstanceRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<GetServiceInstanceRequest.Builder,GetServiceInstanceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceInstanceRequest.Buildername(String name)The name of a service instance that you want to get the detailed data for.GetServiceInstanceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceInstanceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceInstanceRequest.BuilderserviceName(String serviceName)The name of the service that you want the service instance input for.-
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.services.proton.model.ProtonRequest.Builder
build
-
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
-
name
GetServiceInstanceRequest.Builder name(String name)
The name of a service instance that you want to get the detailed data for.
- Parameters:
name- The name of a service instance that you want to get the detailed data for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceName
GetServiceInstanceRequest.Builder serviceName(String serviceName)
The name of the service that you want the service instance input for.
- Parameters:
serviceName- The name of the service that you want the service instance input for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetServiceInstanceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetServiceInstanceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-