public interface AWSPlatformStatusFluent<A extends AWSPlatformStatusFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AWSPlatformStatusFluent.ResourceTagsNested<N> |
static interface |
AWSPlatformStatusFluent.ServiceEndpointsNested<N> |
String getRegion()
Boolean hasRegion()
A addToResourceTags(Integer index, AWSResourceTag item)
A setToResourceTags(Integer index, AWSResourceTag item)
A addToResourceTags(AWSResourceTag... items)
A addAllToResourceTags(Collection<AWSResourceTag> items)
A removeFromResourceTags(AWSResourceTag... items)
A removeAllFromResourceTags(Collection<AWSResourceTag> items)
A removeMatchingFromResourceTags(Predicate<AWSResourceTagBuilder> predicate)
@Deprecated List<AWSResourceTag> getResourceTags()
List<AWSResourceTag> buildResourceTags()
AWSResourceTag buildResourceTag(Integer index)
AWSResourceTag buildFirstResourceTag()
AWSResourceTag buildLastResourceTag()
AWSResourceTag buildMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate)
Boolean hasMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate)
A withResourceTags(List<AWSResourceTag> resourceTags)
A withResourceTags(AWSResourceTag... resourceTags)
Boolean hasResourceTags()
AWSPlatformStatusFluent.ResourceTagsNested<A> addNewResourceTag()
AWSPlatformStatusFluent.ResourceTagsNested<A> addNewResourceTagLike(AWSResourceTag item)
AWSPlatformStatusFluent.ResourceTagsNested<A> setNewResourceTagLike(Integer index, AWSResourceTag item)
AWSPlatformStatusFluent.ResourceTagsNested<A> editResourceTag(Integer index)
AWSPlatformStatusFluent.ResourceTagsNested<A> editFirstResourceTag()
AWSPlatformStatusFluent.ResourceTagsNested<A> editLastResourceTag()
AWSPlatformStatusFluent.ResourceTagsNested<A> editMatchingResourceTag(Predicate<AWSResourceTagBuilder> predicate)
A addToServiceEndpoints(Integer index, AWSServiceEndpoint item)
A setToServiceEndpoints(Integer index, AWSServiceEndpoint item)
A addToServiceEndpoints(AWSServiceEndpoint... items)
A addAllToServiceEndpoints(Collection<AWSServiceEndpoint> items)
A removeFromServiceEndpoints(AWSServiceEndpoint... items)
A removeAllFromServiceEndpoints(Collection<AWSServiceEndpoint> items)
A removeMatchingFromServiceEndpoints(Predicate<AWSServiceEndpointBuilder> predicate)
@Deprecated List<AWSServiceEndpoint> getServiceEndpoints()
List<AWSServiceEndpoint> buildServiceEndpoints()
AWSServiceEndpoint buildServiceEndpoint(Integer index)
AWSServiceEndpoint buildFirstServiceEndpoint()
AWSServiceEndpoint buildLastServiceEndpoint()
AWSServiceEndpoint buildMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
Boolean hasMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
A withServiceEndpoints(List<AWSServiceEndpoint> serviceEndpoints)
A withServiceEndpoints(AWSServiceEndpoint... serviceEndpoints)
Boolean hasServiceEndpoints()
AWSPlatformStatusFluent.ServiceEndpointsNested<A> addNewServiceEndpoint()
AWSPlatformStatusFluent.ServiceEndpointsNested<A> addNewServiceEndpointLike(AWSServiceEndpoint item)
AWSPlatformStatusFluent.ServiceEndpointsNested<A> setNewServiceEndpointLike(Integer index, AWSServiceEndpoint item)
AWSPlatformStatusFluent.ServiceEndpointsNested<A> editServiceEndpoint(Integer index)
AWSPlatformStatusFluent.ServiceEndpointsNested<A> editFirstServiceEndpoint()
AWSPlatformStatusFluent.ServiceEndpointsNested<A> editLastServiceEndpoint()
AWSPlatformStatusFluent.ServiceEndpointsNested<A> editMatchingServiceEndpoint(Predicate<AWSServiceEndpointBuilder> predicate)
Boolean hasAdditionalProperties()
Copyright © 2015–2022 Red Hat. All rights reserved.