Interface ListAppliedSchemaArnsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudDirectoryResponse.Builder,CopyableBuilder<ListAppliedSchemaArnsResponse.Builder,ListAppliedSchemaArnsResponse>,SdkBuilder<ListAppliedSchemaArnsResponse.Builder,ListAppliedSchemaArnsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAppliedSchemaArnsResponse
public static interface ListAppliedSchemaArnsResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListAppliedSchemaArnsResponse.Builder,ListAppliedSchemaArnsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAppliedSchemaArnsResponse.BuildernextToken(String nextToken)The pagination token.ListAppliedSchemaArnsResponse.BuilderschemaArns(String... schemaArns)The ARNs of schemas that are applied to the directory.ListAppliedSchemaArnsResponse.BuilderschemaArns(Collection<String> schemaArns)The ARNs of schemas that are applied to the directory.-
Methods inherited from interface software.amazon.awssdk.services.clouddirectory.model.CloudDirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
schemaArns
ListAppliedSchemaArnsResponse.Builder schemaArns(Collection<String> schemaArns)
The ARNs of schemas that are applied to the directory.
- Parameters:
schemaArns- The ARNs of schemas that are applied to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaArns
ListAppliedSchemaArnsResponse.Builder schemaArns(String... schemaArns)
The ARNs of schemas that are applied to the directory.
- Parameters:
schemaArns- The ARNs of schemas that are applied to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAppliedSchemaArnsResponse.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.
-
-