CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
, SdkBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
public static interface CreateCollectionResponse.Builder extends CopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateCollectionResponse.Builder |
collectionArn(String collectionArn) |
Amazon Resource Name (ARN) of the collection.
|
CreateCollectionResponse.Builder |
statusCode(Integer statusCode) |
HTTP status code indicating the result of the operation.
|
copy
apply, build
CreateCollectionResponse.Builder statusCode(Integer statusCode)
HTTP status code indicating the result of the operation.
statusCode
- HTTP status code indicating the result of the operation.CreateCollectionResponse.Builder collectionArn(String collectionArn)
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
collectionArn
- Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your
resources.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.