Interface ListSchemaExtensionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>,DirectoryResponse.Builder,SdkBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListSchemaExtensionsResponse
public static interface ListSchemaExtensionsResponse.Builder extends DirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListSchemaExtensionsResponse.Builder,ListSchemaExtensionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListSchemaExtensionsResponse.BuildernextToken(String nextToken)If not null, more results are available.ListSchemaExtensionsResponse.BuilderschemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)Information about the schema extensions applied to the directory.ListSchemaExtensionsResponse.BuilderschemaExtensionsInfo(Consumer<SchemaExtensionInfo.Builder>... schemaExtensionsInfo)Information about the schema extensions applied to the directory.ListSchemaExtensionsResponse.BuilderschemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)Information about the schema extensions applied to the directory.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.directory.model.DirectoryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
schemaExtensionsInfo
ListSchemaExtensionsResponse.Builder schemaExtensionsInfo(Collection<SchemaExtensionInfo> schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
- Parameters:
schemaExtensionsInfo- Information about the schema extensions applied to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaExtensionsInfo
ListSchemaExtensionsResponse.Builder schemaExtensionsInfo(SchemaExtensionInfo... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
- Parameters:
schemaExtensionsInfo- Information about the schema extensions applied to the directory.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaExtensionsInfo
ListSchemaExtensionsResponse.Builder schemaExtensionsInfo(Consumer<SchemaExtensionInfo.Builder>... schemaExtensionsInfo)
Information about the schema extensions applied to the directory.
This is a convenience method that creates an instance of theSchemaExtensionInfo.Builderavoiding the need to create one manually viaSchemaExtensionInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#schemaExtensionsInfo(List.) - Parameters:
schemaExtensionsInfo- a consumer that will call methods onSchemaExtensionInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#schemaExtensionsInfo(java.util.Collection)
-
nextToken
ListSchemaExtensionsResponse.Builder nextToken(String nextToken)
If not null, more results are available. Pass this value for the
NextTokenparameter in a subsequent call toListSchemaExtensionsto retrieve the next set of items.- Parameters:
nextToken- If not null, more results are available. Pass this value for theNextTokenparameter in a subsequent call toListSchemaExtensionsto retrieve the next set of items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-