Interface GetOperationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetOperationRequest.Builder,,GetOperationRequest> SdkBuilder<GetOperationRequest.Builder,,GetOperationRequest> SdkPojo,SdkRequest.Builder,ServiceDiscoveryRequest.Builder
- Enclosing class:
GetOperationRequest
@Mutable
@NotThreadSafe
public static interface GetOperationRequest.Builder
extends ServiceDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<GetOperationRequest.Builder,GetOperationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoperationId(String operationId) The ID of the operation that you want to get more information about.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.ownerAccount(String ownerAccount) The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespaceResourceOwnerfield.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.servicediscovery.model.ServiceDiscoveryRequest.Builder
build
-
Method Details
-
operationId
The ID of the operation that you want to get more information about.
- Parameters:
operationId- The ID of the operation that you want to get more information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerAccount
The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespace
ResourceOwnerfield. For operations associated with namespaces that are shared with your account, you must specify anOwnerAccount.- Parameters:
ownerAccount- The ID of the Amazon Web Services account that owns the namespace associated with the operation, as specified in the namespaceResourceOwnerfield. For operations associated with namespaces that are shared with your account, you must specify anOwnerAccount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetOperationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
GetOperationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-