Interface GetFacetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<GetFacetRequest.Builder,GetFacetRequest>,SdkBuilder<GetFacetRequest.Builder,GetFacetRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFacetRequest
public static interface GetFacetRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<GetFacetRequest.Builder,GetFacetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFacetRequest.Buildername(String name)The name of the facet to retrieve.GetFacetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFacetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetFacetRequest.BuilderschemaArn(String schemaArn)The Amazon Resource Name (ARN) that is associated with the Facet.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryRequest.Builder
build
-
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
-
schemaArn
GetFacetRequest.Builder schemaArn(String schemaArn)
-
name
GetFacetRequest.Builder name(String name)
The name of the facet to retrieve.
- Parameters:
name- The name of the facet to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFacetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFacetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-