Interface GetServiceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetServiceRequest.Builder,GetServiceRequest>,MigrationHubRefactorSpacesRequest.Builder,SdkBuilder<GetServiceRequest.Builder,GetServiceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetServiceRequest
public static interface GetServiceRequest.Builder extends MigrationHubRefactorSpacesRequest.Builder, SdkPojo, CopyableBuilder<GetServiceRequest.Builder,GetServiceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetServiceRequest.BuilderapplicationIdentifier(String applicationIdentifier)The ID of the application.GetServiceRequest.BuilderenvironmentIdentifier(String environmentIdentifier)The ID of the environment.GetServiceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceRequest.BuilderserviceIdentifier(String serviceIdentifier)The ID of the service.-
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.migrationhubrefactorspaces.model.MigrationHubRefactorSpacesRequest.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
-
applicationIdentifier
GetServiceRequest.Builder applicationIdentifier(String applicationIdentifier)
The ID of the application.
- Parameters:
applicationIdentifier- The ID of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentIdentifier
GetServiceRequest.Builder environmentIdentifier(String environmentIdentifier)
The ID of the environment.
- Parameters:
environmentIdentifier- The ID of the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceIdentifier
GetServiceRequest.Builder serviceIdentifier(String serviceIdentifier)
The ID of the service.
- Parameters:
serviceIdentifier- The ID of the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetServiceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetServiceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-