public static interface CognitoOptionsStatus.Builder extends SdkPojo, CopyableBuilder<CognitoOptionsStatus.Builder,CognitoOptionsStatus>
Modifier and Type | Method and Description |
---|---|
CognitoOptionsStatus.Builder |
options(CognitoOptions options)
Specifies the Cognito options for the specified Elasticsearch domain.
|
default CognitoOptionsStatus.Builder |
options(Consumer<CognitoOptions.Builder> options)
Specifies the Cognito options for the specified Elasticsearch domain.
|
default CognitoOptionsStatus.Builder |
status(Consumer<OptionStatus.Builder> status)
Specifies the status of the Cognito options for the specified Elasticsearch domain.
|
CognitoOptionsStatus.Builder |
status(OptionStatus status)
Specifies the status of the Cognito options for the specified Elasticsearch domain.
|
copy
applyMutation, build
CognitoOptionsStatus.Builder options(CognitoOptions options)
Specifies the Cognito options for the specified Elasticsearch domain.
options
- Specifies the Cognito options for the specified Elasticsearch domain.default CognitoOptionsStatus.Builder options(Consumer<CognitoOptions.Builder> options)
Specifies the Cognito options for the specified Elasticsearch domain.
This is a convenience that creates an instance of theCognitoOptions.Builder
avoiding the need to
create one manually via CognitoOptions.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to options(CognitoOptions)
.options
- a consumer that will call methods on CognitoOptions.Builder
options(CognitoOptions)
CognitoOptionsStatus.Builder status(OptionStatus status)
Specifies the status of the Cognito options for the specified Elasticsearch domain.
status
- Specifies the status of the Cognito options for the specified Elasticsearch domain.default CognitoOptionsStatus.Builder status(Consumer<OptionStatus.Builder> status)
Specifies the status of the Cognito options for the specified Elasticsearch domain.
This is a convenience that creates an instance of theOptionStatus.Builder
avoiding the need to
create one manually via OptionStatus.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to status(OptionStatus)
.status
- a consumer that will call methods on OptionStatus.Builder
status(OptionStatus)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.