Interface GetApplicationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,OpenSearchResponse.Builder,SdkBuilder<GetApplicationResponse.Builder,GetApplicationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetApplicationResponse
@Mutable @NotThreadSafe public static interface GetApplicationResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<GetApplicationResponse.Builder,GetApplicationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetApplicationResponse.BuilderappConfigs(Collection<AppConfig> appConfigs)The configuration settings of the OpenSearch application.GetApplicationResponse.BuilderappConfigs(Consumer<AppConfig.Builder>... appConfigs)The configuration settings of the OpenSearch application.GetApplicationResponse.BuilderappConfigs(AppConfig... appConfigs)The configuration settings of the OpenSearch application.GetApplicationResponse.Builderarn(String arn)Sets the value of the Arn property for this object.GetApplicationResponse.BuildercreatedAt(Instant createdAt)The timestamp when the OpenSearch application was created.GetApplicationResponse.BuilderdataSources(Collection<DataSource> dataSources)The data sources associated with the OpenSearch application.GetApplicationResponse.BuilderdataSources(Consumer<DataSource.Builder>... dataSources)The data sources associated with the OpenSearch application.GetApplicationResponse.BuilderdataSources(DataSource... dataSources)The data sources associated with the OpenSearch application.GetApplicationResponse.Builderendpoint(String endpoint)The endpoint URL of the OpenSearch application.default GetApplicationResponse.BuilderiamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions)The IAM Identity Center settings configured for the OpenSearch application.GetApplicationResponse.BuilderiamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)The IAM Identity Center settings configured for the OpenSearch application.GetApplicationResponse.Builderid(String id)The unique identifier of the OpenSearch application.GetApplicationResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of the last update to the OpenSearch application.GetApplicationResponse.Buildername(String name)The name of the OpenSearch application.GetApplicationResponse.Builderstatus(String status)The current status of the OpenSearch application.GetApplicationResponse.Builderstatus(ApplicationStatus status)The current status of the OpenSearch application.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.opensearch.model.OpenSearchResponse.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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetApplicationResponse.Builder id(String id)
The unique identifier of the OpenSearch application.
- Parameters:
id- The unique identifier of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
GetApplicationResponse.Builder arn(String arn)
Sets the value of the Arn property for this object.- Parameters:
arn- The new value for the Arn property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetApplicationResponse.Builder name(String name)
The name of the OpenSearch application.
- Parameters:
name- The name of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
GetApplicationResponse.Builder endpoint(String endpoint)
The endpoint URL of the OpenSearch application.
- Parameters:
endpoint- The endpoint URL of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
GetApplicationResponse.Builder status(String status)
The current status of the OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
status- The current status of the OpenSearch application. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
status
GetApplicationResponse.Builder status(ApplicationStatus status)
The current status of the OpenSearch application. Possible values:
CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Parameters:
status- The current status of the OpenSearch application. Possible values:CREATING,UPDATING,DELETING,FAILED,ACTIVE, andDELETED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ApplicationStatus,ApplicationStatus
-
iamIdentityCenterOptions
GetApplicationResponse.Builder iamIdentityCenterOptions(IamIdentityCenterOptions iamIdentityCenterOptions)
The IAM Identity Center settings configured for the OpenSearch application.
- Parameters:
iamIdentityCenterOptions- The IAM Identity Center settings configured for the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamIdentityCenterOptions
default GetApplicationResponse.Builder iamIdentityCenterOptions(Consumer<IamIdentityCenterOptions.Builder> iamIdentityCenterOptions)
The IAM Identity Center settings configured for the OpenSearch application.
This is a convenience method that creates an instance of theIamIdentityCenterOptions.Builderavoiding the need to create one manually viaIamIdentityCenterOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamIdentityCenterOptions(IamIdentityCenterOptions).- Parameters:
iamIdentityCenterOptions- a consumer that will call methods onIamIdentityCenterOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
iamIdentityCenterOptions(IamIdentityCenterOptions)
-
dataSources
GetApplicationResponse.Builder dataSources(Collection<DataSource> dataSources)
The data sources associated with the OpenSearch application.
- Parameters:
dataSources- The data sources associated with the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
GetApplicationResponse.Builder dataSources(DataSource... dataSources)
The data sources associated with the OpenSearch application.
- Parameters:
dataSources- The data sources associated with the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSources
GetApplicationResponse.Builder dataSources(Consumer<DataSource.Builder>... dataSources)
The data sources associated with the OpenSearch application.
This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dataSources(List.) - Parameters:
dataSources- a consumer that will call methods onDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#dataSources(java.util.Collection)
-
appConfigs
GetApplicationResponse.Builder appConfigs(Collection<AppConfig> appConfigs)
The configuration settings of the OpenSearch application.
- Parameters:
appConfigs- The configuration settings of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
GetApplicationResponse.Builder appConfigs(AppConfig... appConfigs)
The configuration settings of the OpenSearch application.
- Parameters:
appConfigs- The configuration settings of the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appConfigs
GetApplicationResponse.Builder appConfigs(Consumer<AppConfig.Builder>... appConfigs)
The configuration settings of the OpenSearch application.
This is a convenience method that creates an instance of theAppConfig.Builderavoiding the need to create one manually viaAppConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#appConfigs(List.) - Parameters:
appConfigs- a consumer that will call methods onAppConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#appConfigs(java.util.Collection)
-
createdAt
GetApplicationResponse.Builder createdAt(Instant createdAt)
The timestamp when the OpenSearch application was created.
- Parameters:
createdAt- The timestamp when the OpenSearch application was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
GetApplicationResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of the last update to the OpenSearch application.
- Parameters:
lastUpdatedAt- The timestamp of the last update to the OpenSearch application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-