public static interface BlockerDeclaration.Builder extends CopyableBuilder<BlockerDeclaration.Builder,BlockerDeclaration>
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration.Builder |
name(String name)
Reserved for future use.
|
BlockerDeclaration.Builder |
type(BlockerType type)
Reserved for future use.
|
BlockerDeclaration.Builder |
type(String type)
Reserved for future use.
|
copy
applyMutation, build
BlockerDeclaration.Builder name(String name)
Reserved for future use.
name
- Reserved for future use.BlockerDeclaration.Builder type(String type)
Reserved for future use.
type
- Reserved for future use.BlockerType
,
BlockerType
BlockerDeclaration.Builder type(BlockerType type)
Reserved for future use.
type
- Reserved for future use.BlockerType
,
BlockerType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.