Interface AppBlockBuilder.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AppBlockBuilder.Builder,
,AppBlockBuilder> SdkBuilder<AppBlockBuilder.Builder,
,AppBlockBuilder> SdkPojo
- Enclosing class:
AppBlockBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaccessEndpoints
(Collection<AccessEndpoint> accessEndpoints) The list of interface VPC endpoint (interface endpoint) objects.accessEndpoints
(Consumer<AccessEndpoint.Builder>... accessEndpoints) The list of interface VPC endpoint (interface endpoint) objects.accessEndpoints
(AccessEndpoint... accessEndpoints) The list of interface VPC endpoint (interface endpoint) objects.appBlockBuilderErrors
(Collection<ResourceError> appBlockBuilderErrors) The app block builder errors.appBlockBuilderErrors
(Consumer<ResourceError.Builder>... appBlockBuilderErrors) The app block builder errors.appBlockBuilderErrors
(ResourceError... appBlockBuilderErrors) The app block builder errors.The ARN of the app block builder.createdTime
(Instant createdTime) The creation time of the app block builder.description
(String description) The description of the app block builder.displayName
(String displayName) The display name of the app block builder.enableDefaultInternetAccess
(Boolean enableDefaultInternetAccess) Indicates whether default internet access is enabled for the app block builder.iamRoleArn
(String iamRoleArn) The ARN of the IAM role that is applied to the app block builder.instanceType
(String instanceType) The instance type of the app block builder.The name of the app block builder.The platform of the app block builder.platform
(AppBlockBuilderPlatformType platform) The platform of the app block builder.The state of the app block builder.state
(AppBlockBuilderState state) The state of the app block builder.default AppBlockBuilder.Builder
stateChangeReason
(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason) The state change reason.stateChangeReason
(AppBlockBuilderStateChangeReason stateChangeReason) The state change reason.default AppBlockBuilder.Builder
vpcConfig
(Consumer<VpcConfig.Builder> vpcConfig) The VPC configuration for the app block builder.The VPC configuration for the app block builder.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
-
Method Details
-
arn
The ARN of the app block builder.
- Parameters:
arn
- The ARN of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the app block builder.
- Parameters:
name
- The name of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the app block builder.
- Parameters:
displayName
- The display name of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the app block builder.
- Parameters:
description
- The description of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
platform
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.- Parameters:
platform
- The platform of the app block builder.WINDOWS_SERVER_2019
is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
platform
The platform of the app block builder.
WINDOWS_SERVER_2019
is the only valid value.- Parameters:
platform
- The platform of the app block builder.WINDOWS_SERVER_2019
is the only valid value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
instanceType
The instance type of the app block builder.
- Parameters:
instanceType
- The instance type of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enableDefaultInternetAccess
Indicates whether default internet access is enabled for the app block builder.
- Parameters:
enableDefaultInternetAccess
- Indicates whether default internet access is enabled for the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoleArn
The ARN of the IAM role that is applied to the app block builder.
- Parameters:
iamRoleArn
- The ARN of the IAM role that is applied to the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration for the app block builder.
- Parameters:
vpcConfig
- The VPC configuration for the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConfig
The VPC configuration for the app block builder.
This is a convenience method that creates an instance of theVpcConfig.Builder
avoiding the need to create one manually viaVpcConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcConfig(VpcConfig)
.- Parameters:
vpcConfig
- a consumer that will call methods onVpcConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the app block builder.
- Parameters:
state
- The state of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the app block builder.
- Parameters:
state
- The state of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTime
The creation time of the app block builder.
- Parameters:
createdTime
- The creation time of the app block builder.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
The app block builder errors.
- Parameters:
appBlockBuilderErrors
- The app block builder errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
The app block builder errors.
- Parameters:
appBlockBuilderErrors
- The app block builder errors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appBlockBuilderErrors
AppBlockBuilder.Builder appBlockBuilderErrors(Consumer<ResourceError.Builder>... appBlockBuilderErrors) The app block builder errors.
This is a convenience method that creates an instance of theResourceError.Builder
avoiding the need to create one manually viaResourceError.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toappBlockBuilderErrors(List<ResourceError>)
.- Parameters:
appBlockBuilderErrors
- a consumer that will call methods onResourceError.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateChangeReason
The state change reason.
- Parameters:
stateChangeReason
- The state change reason.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stateChangeReason
default AppBlockBuilder.Builder stateChangeReason(Consumer<AppBlockBuilderStateChangeReason.Builder> stateChangeReason) The state change reason.
This is a convenience method that creates an instance of theAppBlockBuilderStateChangeReason.Builder
avoiding the need to create one manually viaAppBlockBuilderStateChangeReason.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tostateChangeReason(AppBlockBuilderStateChangeReason)
.- Parameters:
stateChangeReason
- a consumer that will call methods onAppBlockBuilderStateChangeReason.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
accessEndpoints
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
- Parameters:
accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
- Parameters:
accessEndpoints
- The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessEndpoints
The list of interface VPC endpoint (interface endpoint) objects. Administrators can connect to the app block builder only through the specified endpoints.
This is a convenience method that creates an instance of theAccessEndpoint.Builder
avoiding the need to create one manually viaAccessEndpoint.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccessEndpoints(List<AccessEndpoint>)
.- Parameters:
accessEndpoints
- a consumer that will call methods onAccessEndpoint.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-