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 namespaceResourceOwner
field.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.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
ResourceOwner
field. 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 namespaceResourceOwner
field. 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.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
GetOperationRequest.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.
-