Interface ListAppliedSchemaArnsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudDirectoryRequest.Builder,CopyableBuilder<ListAppliedSchemaArnsRequest.Builder,ListAppliedSchemaArnsRequest>,SdkBuilder<ListAppliedSchemaArnsRequest.Builder,ListAppliedSchemaArnsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAppliedSchemaArnsRequest
public static interface ListAppliedSchemaArnsRequest.Builder extends CloudDirectoryRequest.Builder, SdkPojo, CopyableBuilder<ListAppliedSchemaArnsRequest.Builder,ListAppliedSchemaArnsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppliedSchemaArnsRequest.BuilderdirectoryArn(String directoryArn)The ARN of the directory you are listing.ListAppliedSchemaArnsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to retrieve.ListAppliedSchemaArnsRequest.BuildernextToken(String nextToken)The pagination token.ListAppliedSchemaArnsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAppliedSchemaArnsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAppliedSchemaArnsRequest.BuilderschemaArn(String schemaArn)The response forListAppliedSchemaArnswhen this parameter is used will list all minor version ARNs for a major version.-
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
-
directoryArn
ListAppliedSchemaArnsRequest.Builder directoryArn(String directoryArn)
The ARN of the directory you are listing.
- Parameters:
directoryArn- The ARN of the directory you are listing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArn
ListAppliedSchemaArnsRequest.Builder schemaArn(String schemaArn)
The response for
ListAppliedSchemaArnswhen this parameter is used will list all minor version ARNs for a major version.- Parameters:
schemaArn- The response forListAppliedSchemaArnswhen this parameter is used will list all minor version ARNs for a major version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppliedSchemaArnsRequest.Builder nextToken(String nextToken)
The pagination token.
- Parameters:
nextToken- The pagination token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAppliedSchemaArnsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to retrieve.
- Parameters:
maxResults- The maximum number of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAppliedSchemaArnsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAppliedSchemaArnsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-